Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix doc build on main #1345

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

fix doc build on main #1345

wants to merge 1 commit into from

Conversation

andrewkho
Copy link
Contributor

@andrewkho andrewkho commented Oct 18, 2024

Fixes #1344

Changes

Docs were failing to build, see https://github.com/pytorch/data/actions/runs/11383648141/job/31670214305

Tested:

> cd docs
> make clean && make html
Running Sphinx v5.0.0
/data/users/andrewkh/data
[autosummary] generating autosummary for: index.rst, stateful_dataloader_tutorial.rst, torchdata.stateful_dataloader.rst
loading intersphinx inventory from https://graphviz.readthedocs.io/en/stable/objects.inv...
building [mo]: targets for 0 po files that are out of date
building [html]: targets for 3 source files that are out of date
updating environment: [new config] 3 added, 0 changed, 0 removed
reading sources... [100%] torchdata.stateful_dataloader
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [100%] torchdata.stateful_dataloader
generating indices... genindex py-modindex done
writing additional pages... search done
copying static files... done
copying extra files... done
dumping search index in English (code: en)... done
dumping object inventory... done
build succeeded.

The HTML pages are in build/html.

Open index.html and clicked around
image

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Oct 18, 2024
Copy link

pytorch-bot bot commented Oct 19, 2024

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/data/1345

Note: Links to docs will display an error until the docs builds have been completed.

✅ No Failures

As of commit 7a14751 with merge base c64801f (image):
💚 Looks good so far! There are no failures yet. 💚

This comment was automatically generated by Dr. CI and updates every 15 minutes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Delete datapipes and dataloader 2 documentation
2 participants